From e751e4ed0ab9d376fec1707a66ae3b2c3263d225 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Mon, 2 Jul 2007 18:29:01 +0000 Subject: [PATCH] Add some doc for tomtom_asc and tomtom_itn formats. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2849 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/formats/tomtom_asc.xml | 5 +++++ gpsbabel/xmldoc/formats/tomtom_itn.xml | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/tomtom_asc.xml create mode 100644 gpsbabel/xmldoc/formats/tomtom_itn.xml diff --git a/gpsbabel/xmldoc/formats/tomtom_asc.xml b/gpsbabel/xmldoc/formats/tomtom_asc.xml new file mode 100644 index 000000000..d1209146d --- /dev/null +++ b/gpsbabel/xmldoc/formats/tomtom_asc.xml @@ -0,0 +1,5 @@ + + With this format you can read and write TomTom + Points of Interest - POI (ascii) files. + It is a simple text (csv) format with only latitude, longitude and a short name. + diff --git a/gpsbabel/xmldoc/formats/tomtom_itn.xml b/gpsbabel/xmldoc/formats/tomtom_itn.xml new file mode 100644 index 000000000..dc71e6cd0 --- /dev/null +++ b/gpsbabel/xmldoc/formats/tomtom_itn.xml @@ -0,0 +1,3 @@ + + tomtom_itn can be used to read and write TomTom Navigator Itineraries (Routes). + -- 2.30.2